home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / alsa / cards / AACI.conf next >
Text File  |  2006-01-09  |  679b  |  49 lines

  1. #
  2. # ALSA library configuration for ARM AACI Primecell PL-041
  3. #
  4.  
  5. <confdir:pcm/front.conf>
  6.  
  7. AACI.pcm.front.0 {
  8.     @args [ CARD ]
  9.     @args.CARD {
  10.         type string
  11.     }
  12.     type hw
  13.     card $CARD
  14.     device 0
  15. }       
  16.  
  17. <confdir:pcm/surround40.conf>
  18.  
  19. AACI.pcm.surround40.0 "cards.AACI.pcm.front.0"
  20.  
  21. <confdir:pcm/surround51.conf>
  22.  
  23. AACI.pcm.surround51.0 {
  24.     @args [ CARD ]
  25.     @args.CARD {
  26.         type string
  27.     }
  28.     type multi
  29.     slaves [
  30.         {
  31.             pcm {
  32.                 @func concat
  33.                 strings [
  34.                     "cards.AACI.pcm.front.0:CARD=" $CARD
  35.                 ]
  36.             }
  37.             channels 6
  38.         }
  39.     ]
  40.     bindings [
  41.         { slave 0 channel 0 }
  42.         { slave 0 channel 1 }
  43.         { slave 0 channel 3 }
  44.         { slave 0 channel 4 }
  45.         { slave 0 channel 2 }
  46.         { slave 0 channel 5 }
  47.     ]
  48. }
  49.